home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / smashing.swf / scripts / DefineButton2_228 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2008-03-12  |  76 b   |  6 lines

  1. on(release){
  2.    _root.resetLevel();
  3.    _root.resetGame();
  4.    play();
  5. }
  6.